Northwoods.GoSilverlight 1.3.5 Assembly
FindCategoryForLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindCategoryForLink Method

linkdata
Find the category of a link data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindCategoryForLink( _
   ByVal linkdata As LinkType _
) As String
C# 
protected virtual string FindCategoryForLink( 
   LinkType linkdata
)

Parameters

linkdata

Return Value

by default an empty string

Remarks

This is called on each link data that is added to the model.

This is used for model discovery. This method can be overridden in case the LinkCategoryPath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.